DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / IndexDefinition<T> Class
The type of the elements of indexed collection.
Members

In This Topic
    IndexDefinition<T> Class
    In This Topic
    Contains common part of the Index and Subindex classes.
    Object Model
    IndexDefinition<T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class IndexDefinition(Of T) 
    public abstract class IndexDefinition<T> 
    Type Parameters
    T
    The type of the elements of indexed collection.
    Remarks
    This class serves as the base class of two classes: Index and Subindex. It contains properties common to these two classes.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.Indexing.IndexDefinition<T>
          C1.LiveLinq.Indexing.Index<T>
          C1.LiveLinq.Indexing.Subindex<T>

    See Also